home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / imdb.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  40 lines

  1. <search function="imdb">
  2.   <name>Internet Movie Database (IMDB)</name>
  3.   <description>
  4.     Lookup movies, television shows, actors, directors and more.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>imdb jaws</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Entertainment</category>
  11.   <link>http://www.imdb.com/</link>
  12.   
  13.   <form name="imdbf"
  14.         action="http://www.imdb.com/Find"
  15.         method="post">
  16.     <input type="hidden" name="select" value="All"/>
  17.     <input type="hidden" name="for"/>
  18.     <input type="hidden" name="Go" value="Go"/>
  19.   </form>
  20.   
  21.   <script><![CDATA[
  22.     function imdb(q)
  23.     { 
  24.       if( nullArgs("imdb",q) )
  25.         return false;
  26.       else
  27.       {
  28.         document.imdbf["for"].value = q;
  29.         submitForm(imdbf);
  30.       }
  31.     }
  32.   ]]></script>
  33.  
  34.   <copyright>
  35.     Copyright (c) 2002 David Bau
  36.     Distributed under the terms of the
  37.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  38.   </copyright>
  39. </search>
  40.